100 |
It seems that the control uses the TAB key, is there any way to avoid that
|
99 |
How do I assign a database to your control, using ADO, ADOR or ADODB objects
with thisform.ComboBox1 .ColumnAutoResize = .F. rs = CreateObject("ADOR.Recordset") with rs .Open("Orders","Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Program Files\Exontrol\ExComboBox\Sample\Access\SAMPLE.MDB",3,3) endwith .DataSource = rs endwith |
98 |
How do I change the visual appearance effect for the selected item, using EBN
with thisform.ComboBox1 .VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") .SelBackColor = 0x1000000 .SelForeColor = RGB(0,0,0) .ShowFocusRect = .F. .Columns.Add("Column") .Items.AddItem(0) .Items.AddItem(1) endwith |
97 |
How do I change the colors for the selected item
with thisform.ComboBox1 .SelBackColor = RGB(0,0,0) .Columns.Add("Column") .Items.AddItem(0) .Items.AddItem(1) endwith |
96 |
How do I get ride of the rectangle arround focused item
|
95 |
How can I change the control's font
|
94 |
I can't scroll to the end of the data. What can I do
with thisform.ComboBox1 .ScrollBySingleLine = .T. .DrawGridLines = -2 .Columns.Add("Column") with .Items .ItemHeight(.AddItem(0)) = 13 endwith .PutItems(.GetItems(0)) with .Items .ItemHeight(.AddItem(1)) = 26 endwith .PutItems(.GetItems(0)) with .Items .ItemHeight(.AddItem(2)) = 36 endwith .PutItems(.GetItems(0)) with .Items .ItemHeight(.AddItem(3)) = 48 endwith .PutItems(.GetItems(0)) endwith |
93 |
How do I specify the column where the tree lines / hierarchy are shown
with thisform.ComboBox1 .LinesAtRoot = 1 .TreeColumnIndex = 1 .Columns.Add("Column 1") .Columns.Add("Column 2") with .Items h = .AddItem("Root 1.1") .CellCaption(h,1) = "Root 1.2" .CellCaption(.InsertItem(h,Null,"Child 1.1"),1) = "Child 1.2" .CellCaption(.InsertItem(h,Null,"Child 2.1"),1) = "Child 2.2" .ExpandItem(h) = .T. h = .AddItem("Root 2.1") .CellCaption(h,1) = "Root 2.2" .CellCaption(.InsertItem(h,Null,"Child 1.1"),1) = "Child 1.2" endwith endwith |
92 |
How do I specify the indentation of the child items relative to their parents
with thisform.ComboBox1 .LinesAtRoot = 1 .Indent = 11 .Columns.Add("Column") with .Items h = .AddItem("Root 1") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. h = .AddItem("Root 2") .InsertItem(h,Null,"Child") endwith endwith |
91 |
How can I programmatically change the column where incremental searching is performed
|
90 |
How do I disable the full-row selection in the control
|
89 |
Is there any option to specify the height of the items, before adding them
|
88 |
How do lock / fix some columns to the control, so I can see them all the time, event if I scroll the columns
with thisform.ComboBox1 .CountLockedColumns = 1 .BackColorLock = RGB(240,240,240) .ColumnAutoResize = .F. .Columns.Add("Locked").Width = 128 .Columns.Add("Un-Locked 1").Width = 128 .Columns.Add("Un-Locked 2").Width = 128 .Columns.Add("Un-Locked 3").Width = 128 with .Items .CellCaption(.AddItem("locked"),1) = "unlocked" endwith endwith |
87 |
How do I change the control's background / foreground color on the locked area
with thisform.ComboBox1 .CountLockedColumns = 1 .ForeColorLock = RGB(240,240,240) .BackColorLock = RGB(128,128,128) .ColumnAutoResize = .F. .Columns.Add("Locked").Width = 128 .Columns.Add("Un-Locked 1").Width = 128 .Columns.Add("Un-Locked 2").Width = 128 .Columns.Add("Un-Locked 3").Width = 128 with .Items .CellCaption(.AddItem("locked"),1) = "unlocked" endwith endwith |
86 |
How do I change the control's foreground color
with thisform.ComboBox1 .ForeColor = RGB(120,120,120) .Columns.Add("Column") .Items.AddItem("item") endwith |
85 |
How do I change the control's background color
with thisform.ComboBox1 .BackColor = RGB(200,200,200) endwith |
84 |
How do I use my own icons for my radio buttons
with thisform.ComboBox1 var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql" var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0" var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN" var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=" .Images(var_s) .Object.RadioImage(0) = 1 .Object.RadioImage(1) = 2 .Columns.Add("Radio").Def(1) = .T. with .Items .AddItem("Radio 1") .CellState(.AddItem("Radio 2"),0) = 1 .AddItem("Radio 3") endwith endwith |
83 |
How do I use my own icons for checkbox cells
with thisform.ComboBox1 var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql" var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0" var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN" var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=" .Images(var_s) .Object.CheckImage(0) = 1 .Object.CheckImage(1) = 2 .Columns.Add("Check").Def(0) = .T. with .Items .AddItem("Check 1") .CellState(.AddItem("Check 2"),0) = 1 endwith endwith |
82 |
How do I perform my own sorting when user clicks the column's header
|
81 |
How do I disable sorting a specified column when clicking its header
|
80 |
How do I disable sorting the columns when clicking the control's header
|
79 |
How do I sort descending a column, and put the sorting icon in the column's header
|
78 |
How do I sort ascending a column, and put the sorting icon in the column's header
|
77 |
How do I perform my own/custom sort, using my extra strings
with thisform.ComboBox1 .Columns.Add("desc").SortType = 5 with .Items .CellData(.AddItem("A"),0) = "C" .CellData(.AddItem("B"),0) = "B" .CellData(.AddItem("C"),0) = "A" .SortChildren(0,0,.F.) endwith endwith |
76 |
How do I perform my own/custom sort, using my extra numbers
with thisform.ComboBox1 .Columns.Add("desc").SortType = 5 with .Items .CellData(.AddItem(0),0) = 2 .CellData(.AddItem(1),0) = 1 .CellData(.AddItem(2),0) = 0 .SortChildren(0,0,.F.) endwith endwith |
75 |
By default, the column gets sorted as strings, so how do I sort a column by time only
with thisform.ComboBox1 .Columns.Add("desc").SortType = 4 with .Items .AddItem("11:00") .AddItem("10:10") .AddItem("12:12") .SortChildren(0,0,.F.) endwith endwith |
74 |
By default, the column gets sorted as strings, so how do I sort a column by date and time
with thisform.ComboBox1 .Columns.Add("desc").SortType = 3 with .Items .AddItem("1/1/2001 11:00") .AddItem("1/1/2001 10:10") .AddItem("1/3/2003") .SortChildren(0,0,.F.) endwith endwith |
73 |
By default, the column gets sorted as strings, so how do I sort a column by dates
with thisform.ComboBox1 .Columns.Add("desc").SortType = 2 with .Items .AddItem("1/1/2001") .AddItem("1/2/2002") .AddItem("1/3/2003") .SortChildren(0,0,.F.) endwith endwith |
72 |
How do I sort a column by numbers
with thisform.ComboBox1 .Columns.Add("desc").SortType = 1 with .Items .AddItem(1) .AddItem(5) .AddItem(10) .SortChildren(0,0,.F.) endwith endwith |
71 |
How do I hide the control's header bar
|
70 |
How do change the visual appearance for the control's header bar, using EBN
with thisform.ComboBox1 .VisualAppearance.Add(1,"c:\exontrol\images\normal.ebn") .HeaderBackColor = 0x1000000 endwith |
69 |
How do I remove the control's border
|
68 |
I have a hierarchy and I need to filter only root items that match, with thier childs
with thisform.ComboBox1 .LinesAtRoot = -1 .FilterInclude = 3 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 240 .Filter = "R1" endwith with .Items h = .AddItem("R1") .InsertItem(h,Null,"C1") .InsertItem(h,Null,"C2") .ExpandItem(h) = .T. h = .AddItem("R2") .InsertItem(h,Null,"C1") .InsertItem(h,Null,"C2") endwith .ApplyFilter endwith |
67 |
I have a hierarchy and I need to filter only root items that match, without thier childs
with thisform.ComboBox1 .LinesAtRoot = -1 .FilterInclude = 2 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 240 .Filter = "R1" endwith with .Items h = .AddItem("R1") .InsertItem(h,Null,"C1") .InsertItem(h,Null,"C2") .ExpandItem(h) = .T. h = .AddItem("R2") .InsertItem(h,Null,"C1") .InsertItem(h,Null,"C2") endwith .ApplyFilter endwith |
66 |
I have a hierarchy and I need to filter only parent items that match, including thier childs
with thisform.ComboBox1 .LinesAtRoot = -1 .FilterInclude = 1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 240 .Filter = "R1" endwith with .Items h = .AddItem("R1") .InsertItem(h,Null,"C1") .InsertItem(h,Null,"C2") .ExpandItem(h) = .T. h = .AddItem("R2") .InsertItem(h,Null,"C1") .InsertItem(h,Null,"C2") endwith .ApplyFilter endwith |
65 |
How can I get ride/hide of the "Filter For" field
|
64 |
Is there any way to get listed only visible items in the drop down filter window
with thisform.ComboBox1 .LinesAtRoot = -1 .Object.Description(0) = "" .Object.Description(1) = "" .Object.Description(2) = "" with .Columns.Add("P1") .DisplayFilterButton = .T. .DisplayFilterPattern = .F. .FilterList = 1 endwith with .Columns.Add("P2") .DisplayFilterButton = .T. .DisplayFilterPattern = .F. endwith with .Items h = .AddItem("R1") .CellCaption(h,1) = "R2" .CellCaption(.InsertItem(h,Null,"Cell 1.1"),1) = "Cell 1.2" .CellCaption(.InsertItem(h,Null,"Cell 2.1"),1) = "Cell 2.2" endwith endwith |
63 |
How do I filter for items that match exactly the specified string
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 240 .Filter = "Item 1" endwith .Items.AddItem("Item 1") .Items.AddItem("Item 2") .Items.AddItem("Item 3") .ApplyFilter endwith |
62 |
How can I can I programmatically filter for items with a specified icon assigned
with thisform.ComboBox1 var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql" var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0" var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN" var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=" .Images(var_s) with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 10 .Filter = 1 endwith with .Items .CellImage(.AddItem("Image 1"),0) = 1 .CellImage(.AddItem("Image 1"),0) = 1 .CellImage(.AddItem("Image 2"),0) = 2 .CellImage(.AddItem("Image 3"),0) = 3 endwith .ApplyFilter endwith |
61 |
How can I can I programmatically filter the checked items
with thisform.ComboBox1 with .Columns.Add("Column") .Def(0) = .T. .DisplayFilterButton = .T. .FilterType = 6 .Filter = 0 endwith .Items.AddItem(0) with .Items .CellState(.AddItem(1),0) = 1 endwith .Items.AddItem(2) .ApplyFilter endwith |
60 |
How can I can I filter programmatically the items based on some numerichal rules
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 5 .Filter = "> 0 <= 1" endwith .Items.AddItem(0) .Items.AddItem(1) .Items.AddItem(2) .ApplyFilter endwith |
59 |
How can I can I filter programmatically the items based on a range/interval of dates
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .DisplayFilterDate = .T. .FilterType = 4 .Filter = "1/1/2001 to 1/1/2002" endwith .Items.AddItem("1/1/2001") .Items.AddItem("2/1/2002") .ApplyFilter endwith |
58 |
How can I can I filter programmatically given a specified pattern using wild characters like * or
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 3 .Filter = "0*" endwith .Items.AddItem(0) .Items.AddItem("00") .Items.AddItem(1) .Items.AddItem("11") .ApplyFilter endwith |
57 |
How can I can I select programmatically "Blanks/NonBlanks" option in the column's drop down filter
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 1 endwith .ApplyFilter endwith |
56 |
How can I display the column's filter
|
55 |
How can I show the control's grid lines only for added/visible items
|
54 |
Can I hide the hierarchy lines
with thisform.ComboBox1 .LinesAtRoot = 1 .HasLines = 0 .Columns.Add("Column") with .Items h = .AddItem("Root 1") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. h = .AddItem("Root 2") .InsertItem(h,Null,"Child") endwith endwith |
53 |
Can I change the style or type for the hierarchy lines
with thisform.ComboBox1 .LinesAtRoot = 1 .HasLines = 2 .Columns.Add("Column") with .Items h = .AddItem("Root 1") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. h = .AddItem("Root 2") .InsertItem(h,Null,"Child") endwith endwith |
52 |
Can I use my own icons for the +/- ( expand/collapse ) buttons
with thisform.ComboBox1 var_s = "gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTql" var_s = var_s + "Vq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m0" var_s = var_s + "ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/yN" var_s = var_s + "AOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA=" .Images(var_s) .LinesAtRoot = 1 .HasButtons = 4 .Object.HasButtonsCustom(0) = 1 .Object.HasButtonsCustom(1) = 2 .Columns.Add("Column") with .Items h = .AddItem("Root 1") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. h = .AddItem("Root 2") .InsertItem(h,Null,"Child") endwith endwith |
51 |
How do I change visual appearance of the +/- ( expand/collapse ) buttons
with thisform.ComboBox1 .LinesAtRoot = 1 .HasButtons = 3 .Columns.Add("Column") with .Items h = .AddItem("Root 1") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. h = .AddItem("Root 2") .InsertItem(h,Null,"Child") endwith endwith |
50 |
How can I change the "IsChecked/IsUnchecked" caption in the control's filter bar, when I filter for checked items
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 6 .Filter = 0 endwith .Object.Description(21) = "Check_On" .Object.Description(22) = "Check_Off" .ApplyFilter endwith |
49 |
How can I change the "Checked" caption in the drop down filter window, when I filter for checked items
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 6 endwith .Object.Description(19) = "with check on" .Object.Description(20) = "with check off" endwith |
48 |
How can I change the name of the week days in the drop down calendar window, being displayed when I filter items between dates
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .DisplayFilterDate = .T. endwith .Object.Description(18) = "Du Lu Ma Mi Jo Vi Si" .ApplyFilter endwith |
47 |
How can I change the name of the months in the drop down calendar window, being displayed when I filter items between dates
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .DisplayFilterDate = .T. endwith .Object.Description(17) = "Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Décembre" .ApplyFilter endwith |
46 |
Can I change the "Today" caption being displayed in the drop down calendar, when I filter for dates
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .DisplayFilterDate = .T. endwith .Object.Description(16) = "Azi" .ApplyFilter endwith |
45 |
The drop down filter window displays a "to" string between two datem when I filter dates. Can I change that
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .DisplayFilterDate = .T. endwith .Object.Description(13) = "->" .ApplyFilter endwith |
44 |
How can I filter the items that are between an interval/range of dates
|
43 |
Can I change the "Date:" caption when the column's drop down filter window is shown
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .DisplayFilterDate = .T. endwith .Object.Description(12) = "Range" .ApplyFilter endwith |
42 |
Can I filter for values using OR - NOT , instead AND operator
|
41 |
Can I change the NOT string in the filter bar
with thisform.ComboBox1 with .Columns.Add("Column 1") .DisplayFilterButton = .T. .FilterType = 1 endwith with .Columns.Add("Column 2") .DisplayFilterButton = .T. .FilterType = 2 endwith .FilterCriteria = "not %0 or %1" .Object.Description(24) = " ! " .Object.Description(10) = " ! IsBlank" .ApplyFilter endwith |
40 |
How do I ensure that the focused item is visible, after the user does the sort
|
39 |
Can I change the OR string in the filter bar
with thisform.ComboBox1 with .Columns.Add("Column 1") .DisplayFilterButton = .T. .FilterType = 1 endwith with .Columns.Add("Column 2") .DisplayFilterButton = .T. .FilterType = 2 endwith .FilterCriteria = "%0 or %1" .Object.Description(23) = " | " .ApplyFilter endwith |
38 |
Can I change the AND string in the filter bar
|
37 |
The "IsBlank" caption shown in the control's filterbar when I select "Blanks" or "NonBlanks" items in the column's drop down filter window
with thisform.ComboBox1 with .Columns.Add("Column") .DisplayFilterButton = .T. .FilterType = 1 endwith .Object.Description(9) = "Is Empty" .Object.Description(10) = "Is Not Empty" .ApplyFilter endwith |
36 |
Is there any option to remove the tooltip when the cursor hovers the column's drop down filter window
with thisform.ComboBox1 .Columns.Add("Column").DisplayFilterButton = .T. .Object.Description(4) = "" .Object.Description(5) = "" .Object.Description(6) = "" .Object.Description(7) = "" .Object.Description(8) = "" .Object.Description(14) = "" .Object.Description(15) = "" endwith |
35 |
How can I change the "Filter For" caption in the column's drop down filter window
|
34 |
Can I remove the "All", "Blanks" and "NonBlanks" items in the drop down filter window
with thisform.ComboBox1 .Columns.Add("Column").DisplayFilterButton = .T. .Object.Description(0) = "" .Object.Description(1) = "" .Object.Description(2) = "" endwith |
33 |
How do I change the "All", "Blanks" or/and "NonBlanks" caption in the drop down filter window
|
32 |
How can I change the position of the column
|
31 |
Can I make strikeout the column's header
with thisform.ComboBox1 .Columns.Add("Column 1").HeaderStrikeOut = .T. endwith |
30 |
How can I apply an strikeout font only a portion of the column's header
|
29 |
How can I get underlined only a portion of column's header
|
28 |
How can I underline the column's header
|
27 |
How can I apply an italic font only a portion of the column's header
|
26 |
Is there any option to make italic the column's header
|
25 |
How can I bold only a portion of the column's header
|
24 |
Is there any option to bold the column's header
|
23 |
Why child items are not shown
with thisform.ComboBox1 .LinesAtRoot = -1 .Columns.Add("Column 1") with .Items h = .AddItem("Root") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. endwith endwith |
22 |
Does your control support partial-check ( three states ) feature for each column
with thisform.ComboBox1 .LinesAtRoot = -1 with .Columns.Add("P1") .Def(0) = .T. .PartialCheck = .T. endwith with .Columns.Add("P2") .Def(0) = .T. .PartialCheck = .T. endwith with .Items h = .AddItem("Root") .InsertItem(h,Null,"Child 1") .InsertItem(h,Null,"Child 2") .ExpandItem(h) = .T. endwith endwith |
21 |
Can I change the font to display the column's header
with thisform.ComboBox1 .HeaderHeight = 34 .Columns.Add("Column 1").HTMLCaption = "<font Tahoma;14>Column</font> 1" endwith |
20 |
Can I change the height of the header bar
|
19 |
Can I display multiple icons to the column's header
|
18 |
How can I draw grid lines only for visible items
|
17 |
How can I show the control's grid lines
|
16 |
How can I assign a different background color for the entire column
|
15 |
How can I assign a check box for a cell
|
14 |
How can I assign checkboxes for the entire column
|
13 |
How can I change the column's width
with thisform.ComboBox1 .ColumnAutoResize = .F. .Columns.Add("Column 1").Width = 64 .Columns.Add("Column 2").Width = 128 endwith |
12 |
How can I show or hide a column
|
11 |
How can I hide the searching column
|
10 |
Can I disable sorting a column, when the user clicks the column's header, or drag it to the sort bar
|
9 |
Is there any option to align the header to the left and the data to the right
with thisform.ComboBox1 .Columns.Add("Left").Alignment = 0 with .Columns.Add("Right") .Alignment = 2 .HeaderAlignment = 2 endwith with .Items .CellCaption(.AddItem("left"),1) = "right" endwith endwith |
8 |
Can I displays a custom size picture to column's header
|
7 |
How can I insert an icon to column's header
|
6 |
How can I insert an icon to column's header
|
5 |
How can I use HTML format in column's header
|
4 |
How can I change/rename the column's name
|
3 |
How can I add multiple columns
with thisform.ComboBox1 with .Columns .Add("Column 1") .Add("Column 2") endwith endwith |
2 |
I've added a single column, but it is displayed only on a part of the control. Is there something I can do so the column will be fully displayed on the control
with thisform.ComboBox1 .Columns.Add("ColumnName") .Items.AddItem("Item 1") .Items.AddItem("Item 2") endwith |
1 |
How can I add a new column
|